home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / PLPL.XPI / bin / searchplugins / wikipedia-pl.src < prev   
Encoding:
Text File  |  2005-04-16  |  1.0 KB  |  42 lines

  1. # Mozilla search plugin for Polish Wikipedia
  2. # by Carey Evans <careye@spamcop.net>.
  3. #
  4. # Last updated: 2003-01-30
  5. # This file is released to the public domain.
  6. #
  7. # Known issues:
  8. #   * There is no unique prefix for Wikipedia search, so "Edit page"
  9. #     and other special pages will clear the search results.
  10.  
  11. <SEARCH
  12.     version = "7.1"
  13.    name="Wikipedia (PL)"
  14.    description="Wikipedii, wolnej encyklopedii"
  15.    method="GET"
  16.    action="http://pl.wikipedia.org/w/wiki.phtml"
  17.    queryCharset="UTF-8"
  18.    searchForm="http://pl.wikipedia.org/"
  19.    routeType="internet"
  20. >
  21.  
  22. <input name="search" user>
  23. <input name="sourceid" value="Mozilla-search">
  24. <inputnext name="offset" factor="20">
  25. <inputprev name="offset" factor="20">
  26.  
  27. <interpret
  28.    browserResultType="result"
  29.    charset="UTF-8"
  30.    resultListStart="</h2>"
  31.    resultListEnd="<p>"
  32.    resultItemStart="<li>"
  33.    resultItemEnd="</li>"
  34. >
  35. </search>
  36.  
  37. <browser
  38.    update="http://mycroft.mozdev.org/plugins/wikipedia-pl.src"
  39.    updateIcon="http://mycroft.mozdev.org/plugins/wikipedia-pl.png"
  40.    updateCheckDays="30"
  41. >
  42.